mruby.hash

Undocumented in source.

Members

Functions

mrb_check_hash_type
mrb_value mrb_check_hash_type(mrb_state* mrb, mrb_value hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_free_hash
void mrb_gc_free_hash(mrb_state* , RHash* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_mark_hash
void mrb_gc_mark_hash(mrb_state* , RHash* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_gc_mark_hash_size
size_t mrb_gc_mark_hash_size(mrb_state* , RHash* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_clear
mrb_value mrb_hash_clear(mrb_state* mrb, mrb_value hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_delete_key
mrb_value mrb_hash_delete_key(mrb_state* mrb, mrb_value hash, mrb_value key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_empty_p
mrb_value mrb_hash_empty_p(mrb_state* mrb, mrb_value self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_fetch
mrb_value mrb_hash_fetch(mrb_state* mrb, mrb_value hash, mrb_value key, mrb_value def)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_get
mrb_value mrb_hash_get(mrb_state* mrb, mrb_value hash, mrb_value key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_keys
mrb_value mrb_hash_keys(mrb_state* mrb, mrb_value hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_new
mrb_value mrb_hash_new(mrb_state* mrb)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_new_capa
mrb_value mrb_hash_new_capa(mrb_state* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_set
void mrb_hash_set(mrb_state* mrb, mrb_value hash, mrb_value key, mrb_value val)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
mrb_hash_tbl
kh_ht* mrb_hash_tbl(mrb_state* mrb, mrb_value hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

RHash
struct RHash
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
kh_ht
struct kh_ht
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta